Skip to content

Conversation

@hendrik-pfaffendorf-navcomm

… server

During usage of this library I encountered the problem that the library doesn't encode the URL before submitting the GET request to the server.
In particular I stumbled into issues where a hashtag character was plainly placed within the URL and I got an error message from the server because of it. By first encoding the URL with the urllib quote_plus function, the hashtag got encoded properly and the library works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants